into to char dart

48

print(String.fromCharCode(i));
input.split('').forEach((ch) => print(ch));

Comments

Submit
0 Comments